fe_delivery_system

enum fe_delivery_system - Type of the delivery system

@SYS_UNDEFINED: Undefined standard. Generally, indicates an error @SYS_DVBC_ANNEX_A: Cable TV: DVB-C following ITU-T J.83 Annex A spec @SYS_DVBC_ANNEX_B: Cable TV: DVB-C following ITU-T J.83 Annex B spec (ClearQAM) @SYS_DVBC_ANNEX_C: Cable TV: DVB-C following ITU-T J.83 Annex C spec @SYS_ISDBC: Cable TV: ISDB-C (no drivers yet) @SYS_DVBT: Terrestrial TV: DVB-T @SYS_DVBT2: Terrestrial TV: DVB-T2 @SYS_ISDBT: Terrestrial TV: ISDB-T @SYS_ATSC: Terrestrial TV: ATSC @SYS_ATSCMH: Terrestrial TV (mobile): ATSC-M/H @SYS_DTMB: Terrestrial TV: DTMB @SYS_DVBS: Satellite TV: DVB-S @SYS_DVBS2: Satellite TV: DVB-S2 @SYS_TURBO: Satellite TV: DVB-S Turbo @SYS_ISDBS: Satellite TV: ISDB-S @SYS_DAB: Digital audio: DAB (not fully supported) @SYS_DSS: Satellite TV: DSS (not fully supported) @SYS_CMMB: Terrestrial TV (mobile): CMMB (not fully supported) @SYS_DVBH: Terrestrial TV (mobile): DVB-H (standard deprecated)

Values

ValueMeaning
SYS_UNDEFINED0
SYS_DVBC_ANNEX_A1
SYS_DVBC_ANNEX_B2
SYS_DVBT3
SYS_DSS4
SYS_DVBS5
SYS_DVBS26
SYS_DVBH7
SYS_ISDBT8
SYS_ISDBS9
SYS_ISDBC10
SYS_ATSC11
SYS_ATSCMH12
SYS_DTMB13
SYS_CMMB14
SYS_DAB15
SYS_DVBT216
SYS_TURBO17
SYS_DVBC_ANNEX_C18

Meta